home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / rir135.zip / RECENT10.BAT < prev    next >
DOS Batch File  |  1991-10-11  |  824b  |  18 lines

  1. echo on
  2.  
  3. rem This batch file will list only a directory's most recent 10 files.
  4. rem It's handy to run this rir command at the end of a batch file that
  5. rem runs a telecommunications program, so it will automatically list the
  6. rem files you most recently downloaded while using the program.
  7. rem Just files, not subdirectories, are listed.
  8. rem
  9. rem It uses rem /ljf for left-justified filenames, /o:d-t- to sort by date
  10. rem and time rem in reverse order, /1st10 to show just the first ten files,
  11. rem /nh for no header, /nf for no footer, /nd for no directories, /nec for
  12. rem no expansion of compressed files, and /alf for all lower case files.
  13. rem
  14. rem Edit this file to remove all the lines except the one below, if you
  15. rem want to use this batch file regularly.
  16. rem
  17. rir /o:-d /1st10 /ljf /nh /nf /a-d /alf /nec
  18.